home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 89
/
PIWD89.iso
/
pc
/
CONTENTS
/
BONUS
/
FULL
/
wikiwriter
/
setup-ww2x.exe
/
{app}
/
htmltut
/
Add+Text.db
< prev
next >
Wrap
Text File
|
2002-07-01
|
497b
|
26 lines
@@inc HTMLToc
== Add Text
At the top of your page, you should now have
<pre>
<html>
<head>
<title>Home Page - My First Web</title>
</head>
<body>
</body>
</html>
</pre>
Text paragraphs go into "p" elements. On the blank line between the "body" start and end tags, write a "p" element and put the sentence
<pre>
This is one paragraph.
</pre>
into the "p" element.
[[b Go to ((Save and View))]]